home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / RZToDoList / Source / RZ.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  465 b   |  17 lines

  1. /* 
  2.  * Misc Functions
  3.  *
  4.  * You may freely copy, distribute and reuse the code in this example.
  5.  * This code is provided AS IS without warranty of any kind, expressed 
  6.  * or implied, as to its fitness for any particular use.
  7.  *
  8.  * Copyright 1995 Ralph Zazula (rzazula@next.com).  All Rights Reserved.
  9.  *
  10.  */
  11.  
  12. #import <appkit/graphics.h>
  13.  
  14. char *RZCopyStringBuffer(const char *s);
  15. char *RZReplaceStringBuffer(char **s, const char *new);
  16. void newLocation(NXPoint *p);
  17.